home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / StdAfx.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  1KB  |  29 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__ED81E639_E017_11D1_A97E_006097BC6150__INCLUDED_)
  7. #define AFX_STDAFX_H__ED81E639_E017_11D1_A97E_006097BC6150__INCLUDED_
  8.  
  9. #define WINVER       0x0400
  10.  
  11. #if _MSC_VER >= 1000
  12. #pragma once
  13. #endif // _MSC_VER >= 1000
  14.  
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19. #include <afxdisp.h>        // MFC OLE automation classes
  20. #ifndef _AFX_NO_AFXCMN_SUPPORT
  21. #include <afxcmn.h>            // MFC support for Windows Common Controls
  22. #endif // _AFX_NO_AFXCMN_SUPPORT
  23.  
  24.  
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  27.  
  28. #endif // !defined(AFX_STDAFX_H__ED81E639_E017_11D1_A97E_006097BC6150__INCLUDED_)
  29.